﻿2026-06-07T04:15:54.6773428Z ##[group]Run actions/checkout@v5
2026-06-07T04:15:54.6775374Z with:
2026-06-07T04:15:54.6776214Z   repository: SaberMage/spt-core
2026-06-07T04:15:54.6784551Z   token: ***
2026-06-07T04:15:54.6785323Z   ssh-strict: true
2026-06-07T04:15:54.6786081Z   ssh-user: git
2026-06-07T04:15:54.6786843Z   persist-credentials: true
2026-06-07T04:15:54.6787701Z   clean: true
2026-06-07T04:15:54.6788467Z   sparse-checkout-cone-mode: true
2026-06-07T04:15:54.6789406Z   fetch-depth: 1
2026-06-07T04:15:54.6790698Z   fetch-tags: false
2026-06-07T04:15:54.6791675Z   show-progress: true
2026-06-07T04:15:54.6792450Z   lfs: false
2026-06-07T04:15:54.6793153Z   submodules: false
2026-06-07T04:15:54.6793978Z   set-safe-directory: true
2026-06-07T04:15:54.6795385Z ##[endgroup]
2026-06-07T04:15:54.8411048Z Syncing repository: SaberMage/spt-core
2026-06-07T04:15:54.8414285Z ##[group]Getting Git version info
2026-06-07T04:15:54.8415597Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-07T04:15:54.8417668Z [command]/usr/bin/git version
2026-06-07T04:15:54.8418509Z git version 2.34.1
2026-06-07T04:15:54.8421685Z ##[endgroup]
2026-06-07T04:15:54.8430221Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/feaa0ad8-40bf-4f96-b69d-724bdda439c4/.gitconfig'
2026-06-07T04:15:54.8449809Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/feaa0ad8-40bf-4f96-b69d-724bdda439c4' before making global git config changes
2026-06-07T04:15:54.8452320Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T04:15:54.8458884Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-07T04:15:54.8517092Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-07T04:15:54.8555561Z https://github.com/SaberMage/spt-core
2026-06-07T04:15:54.8592021Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-07T04:15:54.8603217Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-07T04:15:54.8657161Z refs/heads/dev-freeform
2026-06-07T04:15:54.8660672Z [command]/usr/bin/git checkout --detach
2026-06-07T04:15:54.8737669Z HEAD is now at b9326f4 fix(cli): subnet status membership is trust-derived — rowless members render
2026-06-07T04:15:54.8796700Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-07T04:15:54.8839537Z Deleted branch dev-freeform (was b9326f4).
2026-06-07T04:15:54.8908033Z ##[endgroup]
2026-06-07T04:15:54.8912548Z [command]/usr/bin/git submodule status
2026-06-07T04:15:54.9162929Z ##[group]Cleaning the repository
2026-06-07T04:15:54.9168229Z [command]/usr/bin/git clean -ffdx
2026-06-07T04:15:55.9754506Z Removing .adapter-notify/
2026-06-07T04:15:55.9756617Z Removing target/
2026-06-07T04:15:55.9766923Z [command]/usr/bin/git reset --hard HEAD
2026-06-07T04:15:55.9873781Z HEAD is now at b9326f4 fix(cli): subnet status membership is trust-derived — rowless members render
2026-06-07T04:15:55.9879709Z ##[endgroup]
2026-06-07T04:15:55.9882598Z ##[group]Disabling automatic garbage collection
2026-06-07T04:15:55.9888617Z [command]/usr/bin/git config --local gc.auto 0
2026-06-07T04:15:55.9927237Z ##[endgroup]
2026-06-07T04:15:55.9929381Z ##[group]Setting up auth
2026-06-07T04:15:55.9937470Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-07T04:15:55.9980551Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-07T04:15:56.0223263Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T04:15:56.0265046Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-07T04:15:56.0508182Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T04:15:56.0549831Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-07T04:15:56.0812654Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-07T04:15:56.0876518Z ##[endgroup]
2026-06-07T04:15:56.0878953Z ##[group]Fetching the repository
2026-06-07T04:15:56.0905738Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +de3e311871e31ef0b9deaf0ac661f0adaeddc981:refs/remotes/origin/dev-freeform
2026-06-07T04:15:57.5250048Z From https://github.com/SaberMage/spt-core
2026-06-07T04:15:57.5251665Z  + b9326f4...de3e311 de3e311871e31ef0b9deaf0ac661f0adaeddc981 -> origin/dev-freeform  (forced update)
2026-06-07T04:15:57.5275971Z ##[endgroup]
2026-06-07T04:15:57.5276848Z ##[group]Determining the checkout info
2026-06-07T04:15:57.5279041Z ##[endgroup]
2026-06-07T04:15:57.5285429Z [command]/usr/bin/git sparse-checkout disable
2026-06-07T04:15:57.5337671Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-07T04:15:57.5374271Z ##[group]Checking out the ref
2026-06-07T04:15:57.5380622Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-07T04:15:57.5816455Z Warning: you are leaving 1 commit behind, not connected to
2026-06-07T04:15:57.5817468Z any of your branches:
2026-06-07T04:15:57.5817804Z 
2026-06-07T04:15:57.5818898Z   b9326f4 fix(cli): subnet status membership is trust-derived — rowless members render
2026-06-07T04:15:57.5819735Z 
2026-06-07T04:15:57.5820131Z If you want to keep it by creating a new branch, this may be a good time
2026-06-07T04:15:57.5820857Z to do so with:
2026-06-07T04:15:57.5821078Z 
2026-06-07T04:15:57.5821297Z  git branch <new-branch-name> b9326f4
2026-06-07T04:15:57.5821697Z 
2026-06-07T04:15:57.5827636Z Switched to a new branch 'dev-freeform'
2026-06-07T04:15:57.5828681Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-07T04:15:57.5840955Z ##[endgroup]
2026-06-07T04:15:57.5891674Z [command]/usr/bin/git log -1 --format=%H
2026-06-07T04:15:57.5926243Z de3e311871e31ef0b9deaf0ac661f0adaeddc981
